Add Row

Block Group: Table Operations
Icon: Add Row block icon

The Add Row block adds a row to the input table. When this blocks trigger is invoked, a new row is created in the input table. The new row contains the values specified by this block's properties. The input table must be a table that can be written to, such as the value stored by a Table block.

Notes

Input/Output Properties

The following properties of the Add Row block can take input and give output.

invoke causes the row to be added.

table specifies the input table that will receive the added row.

column n specifies the name of a column in the input table.

value n specifies the value to insert in column n in the new row.


Example

The following images demonstrate an example of the Add Row block. The first image shows the block and table before invocation, and the second image shows the block and table after invocation. In this example, a row with four values is added to a table.

Add Row block example
Add Row block example